home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / util / misc / macv50lt.lha / Changes.txt next >
Text File  |  1994-12-20  |  5KB  |  113 lines

  1. Changes to V5.0 (09/30/94)
  2. --------------------------------------------------------------------------
  3. * New multi-os.device that corrects problems when accessing AmigaDOS
  4.   disks.  One problem in particular is when starting the emulation
  5.   with an AmigaDOS disk in one of the drives, it was possible that the
  6.   emulation could crash.  Using MultiOSFileSystem with AmigaDOS disks
  7.   would cause the drive motor to never shut off, or crash.
  8.  
  9. * New empser.device.  If the two units on the same board were opened
  10.   sequentially, the interrupt server would hang.  Made a few speed
  11.   optimizations.
  12.  
  13. * New amia.device.  Changed a couple of QUICK commands.
  14.  
  15. * New Jam.library.  Got rid of some unnecessary code.
  16.  
  17. * New EMPLANT.library.
  18.  
  19. * Made interface more OS2.x compliant by adding keyboard shortcuts to
  20.   most functions.  The keyboard shortcuts are identified by an
  21.   underscore ('_') character beneath the letter to be pressed for the
  22.   shortcut.
  23.  
  24.   NOTE: In the MEMORY menu, you can use the -/+ keys to decrease/increase
  25.         the MAC System Memory size.
  26.  
  27. * New RsrvMemV.  Corrected a problem with machines that do not have
  28.   FPUs.
  29.  
  30.   Changed the reset timing.  After installing the kicktag, there was
  31.   a delay of 2 seconds before rebooting the machine (first time booting
  32.   from a cold boot).  This delay is not long enough for some machines.
  33.   If the delay is not long enough, the Amiga may not finish its
  34.   validation process (which includes writing to the hard drive).  The
  35.   result is usually a requestor appearing on the next reboot stating
  36.   that the boot device is not validated.  The delay has been increased
  37.   to 4 seconds.  Some machines that are fast enough only need a small
  38.   delay.  You can set the delay to be only 1 second by adding the switch
  39.   '-q' after RsrvMemV:
  40.  
  41.   RsrvMem >NIL: -q
  42.  
  43. * Fixed a problem with HardFileSetup.  If the HardFile Type was set
  44.   to 'PC-Task' or 'BridgeBoard', and the size of the hardfile was
  45.   reduced, the size would be reset to zero (instead of the next number
  46.   in sequence).
  47.  
  48. * Fixed icon image data for floppy devices using multi-os.device with
  49.   the emulation.
  50.  
  51. * Reduced maximum device transfer size to 64K.  IDE drives that do not
  52.   support block sizes larger than 64K could crash the emulation.  MAKE
  53.   SURE you select the DMA RESTRICTION gadget (in the DEVICES sub-menu)
  54.   if you are using an IDE drive (like what the A4000 comes with).
  55.  
  56. * Massive re-write of AmigaDOS device support.  Fixed some potential
  57.   problems with device functions being called with the QUICK bit
  58.   set.  Added support for auto disk change/write protect sensing.
  59.  
  60. * Added support for empcd.device.
  61.  
  62.   NOTE: empcd.device is written by Nicola Salmoria, and is NOT included
  63.         with the MAC emulation software.  It is available via our
  64.         technical support BBS, Aminet, and other FTP sites.
  65.  
  66. * Created 'empdisc.device'.  This is a driver similar to Nicola's
  67.   'empcd.device', except that it supports ISO 9660 and PhotoCD discs.
  68.   You must have AccessPC (control panel) for ISO 9660 discs, and Apple's
  69.   PhotoCD init for PhotoCD discs.  Technically, any type of CD should
  70.   now be usable if you have the proper filesystem handler.
  71.  
  72.   The cache mechanism for empdisc.device was not designed for the best
  73.   performance when using MAC HFS discs.  It was designed primarily for
  74.   ISO 9660 and PhotoCD discs (for the e586DX emulation module).  We will
  75.   at some point add better cache handling support.
  76.  
  77.   To use a CD-ROM drive from any standard SCSI interface, you will have
  78.   to use a sector editor and change the 'scsi.device' to whatever your
  79.   SCSI controller's device driver is called (ie. warpdrive.device, etc.).
  80.   The default is 'scsi.device' as found on A2091s, A4091s, and A3000s.
  81.  
  82. * Added support for AmigaDOS removable media devices such as Syquests,
  83.   Bernoullis, and CD-ROM drives (using empdisc.device and empcd.device).
  84.  
  85.   Just drag the device into the trash, then remove the media.  Now, when
  86.   you re-insert the media, it will automatically appear on the desktop
  87.   without having to switch to the emulation control screen and click on
  88.   'Re-Mount Ejected'.  If you throw away a removable device by mistake,
  89.   you can just switch to the emulation control screen and click on
  90.   'Re-Mount Ejected'.  This will prevent you from having to remove the
  91.   media an re-insert it.
  92.  
  93.   If you throw away a fixed disk (hard drive partition that is not a
  94.   removable media device), you can still use the 'Re-Mount Ejected'
  95.   option as before.
  96.  
  97. * Corrected a major problem with System 7.5 support.  The v1.1 and v1.2
  98.   256K MAC ROMs are not System 7.5 compatible *at all*.  Real MACs with
  99.   these ROMs are never going to work with the current System 7.5 software.
  100.  
  101.   Because we are an emulation, we can fix these things.  :-)
  102.  
  103. * Overall cleanup of the emulation's interface code.  A lot of the code was
  104.   still hanging around from when we used ASSEMPRO.
  105.  
  106. * New video drivers for PiccoloSD64 video board.  NOTE: We experienced
  107.   problems with the SD64 and the WarpEngine 40Mhz board.  It appears that
  108.   moving data too fast to this board will cause problems.  If you
  109.   experience 'bus errors' while displaying video (QTMovies, etc.), try
  110.   running the emulation without using HardKickMMU (this will keep the MAC's
  111.   global variables in CHIP memory, slowing things down enough to prevent
  112.   the problem from occuring, but also slowing down the entire emulation).
  113.